assigned variable meaning in Chinese
赋值变量
派定变量
Examples
- Declaring and assigning variables with a default value
声明变量和用默认值给变量赋值 - For that reason , it is a better idea to declare and assign variables on a single line
因此,最好在一行上声明变量和给变量赋值。 - This clears the value of an assigned variable . this can be a single value , or an array of values
清除指定模板变量的值。可以指定单独的一个变量名称,或者是一个数组。 - This clears the value of an assigned variable . this can be a single value , or an array of values
此函式在清除某个指定变数的变数值,变数值可以是单一值,或是阵列值。 - This returns the given assigned variable value . if no parameter is given , an array of all assigned variables is returned
返回一个指定的已赋值的模板变量的值。如果不指定参数,则返回一个包含所有已赋值模板变量的值的数组。